hello @mr, this seems to work: from mojo.UI import AllFontWindows f = AllFonts().getFontsByStyleName('Italic')[0] for fontWindow in AllFontWindows(): if fontWindow._font == f.naked(): fontWindow.window().show() cheers!